home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / text / psorder-.000 / psorder- / psorder-0.1.0 / util.h < prev   
Encoding:
C/C++ Source or Header  |  1996-06-07  |  237 b   |  11 lines

  1. /* $Id: util.h,v 1.1.1.1 1996/06/07 01:00:45 sverrehu Exp $ */
  2. #ifndef UTIL_H
  3. #define UTIL_H
  4.  
  5. #include <stdio.h> /* FILE */
  6.  
  7. FILE *fileOpenReadSeekable(const char *filename);
  8. FILE *fileOpenWrite(const char *filename, int force);
  9.  
  10. #endif
  11.